emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
DynamicArray.AppendTypeOfThis
containers
dynamicarray
DynamicArray
Either
const(typeof(this))
or
typeof(this)
.
alias
AppendTypeOfThis
=
const
(
typeof
(
this
))
struct
DynamicArray
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
static if
(
is(typeof((T[] a, const T[] b) => a[0 .. b.length] = b[0 .. $]))
)
alias
AppendTypeOfThis
=
const
(
typeof
(this))
alias
AppendTypeOfThis
=
typeof
(
this
)
Meta
Source
See Implementation
containers
dynamicarray
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
constructors
this
destructors
~this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize
postblits
this(this)
Either const(typeof(this)) or typeof(this).